@charset "UTF-8";

    body, div, p, h1, h2, h3, h4, h5, h6, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, table,th,td { margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing: border-box; }
    body, button, input, select, textarea  { font: 12px/24px Arial, 'Microsoft Yahei',"宋体", sans-serif; }
    address, cite, em, i { font-style: normal; }
    small { font-size: 12px; } li { list-style: none; } a { text-decoration: none; } a:hover { text-decoration: none; }
    legend { color: #000; } fieldset, img { border: 0; } button, input, select, textarea { font-size: 100%; line-height:normal; }
    table{ border-collapse: collapse; border-spacing: 0; }
    input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}
    iframe{ display:block; } .clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; } .clearfix { zoom:1; }
	img{max-width:100%;}
	* {
		margin: 0;
		padding: 0;
		color: #444;
		color: #333;
		font-size: 14px;
		line-height: 1;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fl {float:left;}
	.fr {float:right;}
/* 顶部 */
.header {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #FFA600;
}
.menubox {
	width: 1200px;
	margin: 0 auto;
}
.menubox .logo {
	float: left;
	width: 225px;
	overflow: hidden;
}
.menubox .logo  img {
	height: 65px;
}
.menubox .headphone {
	width: 220px;
	font-size: 15px;
	color: #333;
	font-weight: normal;
	float: right;
	line-height: 64px;
}
#menu {
		width: 670px;
		float: left;
		margin-left: 60px;
	}

	#menu>ul {
		width: ;
		height: 64px;
	}

	#menu>ul>li {
		position: relative;
		float: left;
		width: 110px;
		height: 64px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		user-select: none;
		line-height: 64px;
	}

	#menu>ul>li>a {
		color: #000000;
		text-decoration: none;
		font-size: 15px;
	}

	#menu span {
		display: block;
		color: #666666;
		font-size: 12px;
	}

	#menu>ul>li.on {
	}

	#menu>ul>li.on>a {
		color: #FFA600;
	}

	#menu>ul>li.on>a>span {
		color: #FFA600;
	}

	#menu>ul>li:not(:first-of-type):hover {
	}
	#menu>ul>li:not(:first-of-type):hover>a {
		color: #FFA600;
	}
	#menu>ul>li:not(:first-of-type):hover>a>span{
		color: #FFA600;
	}
	#menu #listc {
		overflow: hidden;
		position: fixed;
		display: none;
		top: 64px;
		left: 0;
		width: 100%;
		background: #efefef;
		padding: 15px 0;
		z-index: 9999999;
	}

.slist {
	width: 720px;
	margin: 0 auto;
}

.slist li {
	display: block;
	width: 150px;
	height: 75px;
	float: left;
	margin: 0 15px;
}

.slist li a {
    width: 150px;
    margin: 0 15px;
    height: 75px;
}
.slist li:hover {
	background: #fff;
	border: 1px solid #FFA600;
}
.slist li img {
	margin: auto;
	width: 75px;
}

.slist li p {
	text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-weight: normal;
}

/* 底部 */

.footer {
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 30px 0 20px;
	margin-top: 30px;
}

.f-list {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.f-listc {
	width: 200px;
	margin-right: 20px;
}

.f-listc h2, .f-contact h2 {
	font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding: 5px 0 20px;
    border-bottom: 1px solid #bbb;
}

.f-listc a {
	display: block;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-contact {
	width: 760px;
}

.f-contact .erweima {
	margin-left: 10px;
}

.f-contact .erweima img {
	width: 140px;
	height: 140px;
}
.f-contact .xiangxi {
	overflow: hidden;
	margin-left: 20px;
}

.f-contact .xiangxi a {
	display: block;
	color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}